3.862 \(\int \frac {(b \cos (c+d x))^{5/2} (A+B \cos (c+d x))}{\cos ^{\frac {7}{2}}(c+d x)} \, dx\)

Optimal. Leaf size=66 \[ \frac {A b^2 \sqrt {b \cos (c+d x)} \tanh ^{-1}(\sin (c+d x))}{d \sqrt {\cos (c+d x)}}+\frac {b^2 B x \sqrt {b \cos (c+d x)}}{\sqrt {\cos (c+d x)}} \]

[Out]

b^2*B*x*(b*cos(d*x+c))^(1/2)/cos(d*x+c)^(1/2)+A*b^2*arctanh(sin(d*x+c))*(b*cos(d*x+c))^(1/2)/d/cos(d*x+c)^(1/2
)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 66, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {17, 2735, 3770} \[ \frac {A b^2 \sqrt {b \cos (c+d x)} \tanh ^{-1}(\sin (c+d x))}{d \sqrt {\cos (c+d x)}}+\frac {b^2 B x \sqrt {b \cos (c+d x)}}{\sqrt {\cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Int[((b*Cos[c + d*x])^(5/2)*(A + B*Cos[c + d*x]))/Cos[c + d*x]^(7/2),x]

[Out]

(b^2*B*x*Sqrt[b*Cos[c + d*x]])/Sqrt[Cos[c + d*x]] + (A*b^2*ArcTanh[Sin[c + d*x]]*Sqrt[b*Cos[c + d*x]])/(d*Sqrt
[Cos[c + d*x]])

Rule 17

Int[(u_.)*((a_.)*(v_))^(m_)*((b_.)*(v_))^(n_), x_Symbol] :> Dist[(a^(m + 1/2)*b^(n - 1/2)*Sqrt[b*v])/Sqrt[a*v]
, Int[u*v^(m + n), x], x] /; FreeQ[{a, b, m}, x] &&  !IntegerQ[m] && IGtQ[n + 1/2, 0] && IntegerQ[m + n]

Rule 2735

Int[((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])/((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(b*x)/d
, x] - Dist[(b*c - a*d)/d, Int[1/(c + d*Sin[e + f*x]), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d
, 0]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {(b \cos (c+d x))^{5/2} (A+B \cos (c+d x))}{\cos ^{\frac {7}{2}}(c+d x)} \, dx &=\frac {\left (b^2 \sqrt {b \cos (c+d x)}\right ) \int (A+B \cos (c+d x)) \sec (c+d x) \, dx}{\sqrt {\cos (c+d x)}}\\ &=\frac {b^2 B x \sqrt {b \cos (c+d x)}}{\sqrt {\cos (c+d x)}}+\frac {\left (A b^2 \sqrt {b \cos (c+d x)}\right ) \int \sec (c+d x) \, dx}{\sqrt {\cos (c+d x)}}\\ &=\frac {b^2 B x \sqrt {b \cos (c+d x)}}{\sqrt {\cos (c+d x)}}+\frac {A b^2 \tanh ^{-1}(\sin (c+d x)) \sqrt {b \cos (c+d x)}}{d \sqrt {\cos (c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 40, normalized size = 0.61 \[ \frac {(b \cos (c+d x))^{5/2} \left (A \tanh ^{-1}(\sin (c+d x))+B d x\right )}{d \cos ^{\frac {5}{2}}(c+d x)} \]

Antiderivative was successfully verified.

[In]

Integrate[((b*Cos[c + d*x])^(5/2)*(A + B*Cos[c + d*x]))/Cos[c + d*x]^(7/2),x]

[Out]

((B*d*x + A*ArcTanh[Sin[c + d*x]])*(b*Cos[c + d*x])^(5/2))/(d*Cos[c + d*x]^(5/2))

________________________________________________________________________________________

fricas [A]  time = 1.69, size = 216, normalized size = 3.27 \[ \left [-\frac {2 \, A \sqrt {-b} b^{2} \arctan \left (\frac {\sqrt {b \cos \left (d x + c\right )} \sqrt {-b} \sin \left (d x + c\right )}{b \sqrt {\cos \left (d x + c\right )}}\right ) - B \sqrt {-b} b^{2} \log \left (2 \, b \cos \left (d x + c\right )^{2} - 2 \, \sqrt {b \cos \left (d x + c\right )} \sqrt {-b} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) - b\right )}{2 \, d}, \frac {2 \, B b^{\frac {5}{2}} \arctan \left (\frac {\sqrt {b \cos \left (d x + c\right )} \sin \left (d x + c\right )}{\sqrt {b} \cos \left (d x + c\right )^{\frac {3}{2}}}\right ) + A b^{\frac {5}{2}} \log \left (-\frac {b \cos \left (d x + c\right )^{3} - 2 \, \sqrt {b \cos \left (d x + c\right )} \sqrt {b} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) - 2 \, b \cos \left (d x + c\right )}{\cos \left (d x + c\right )^{3}}\right )}{2 \, d}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))^(5/2)*(A+B*cos(d*x+c))/cos(d*x+c)^(7/2),x, algorithm="fricas")

[Out]

[-1/2*(2*A*sqrt(-b)*b^2*arctan(sqrt(b*cos(d*x + c))*sqrt(-b)*sin(d*x + c)/(b*sqrt(cos(d*x + c)))) - B*sqrt(-b)
*b^2*log(2*b*cos(d*x + c)^2 - 2*sqrt(b*cos(d*x + c))*sqrt(-b)*sqrt(cos(d*x + c))*sin(d*x + c) - b))/d, 1/2*(2*
B*b^(5/2)*arctan(sqrt(b*cos(d*x + c))*sin(d*x + c)/(sqrt(b)*cos(d*x + c)^(3/2))) + A*b^(5/2)*log(-(b*cos(d*x +
 c)^3 - 2*sqrt(b*cos(d*x + c))*sqrt(b)*sqrt(cos(d*x + c))*sin(d*x + c) - 2*b*cos(d*x + c))/cos(d*x + c)^3))/d]

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (B \cos \left (d x + c\right ) + A\right )} \left (b \cos \left (d x + c\right )\right )^{\frac {5}{2}}}{\cos \left (d x + c\right )^{\frac {7}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))^(5/2)*(A+B*cos(d*x+c))/cos(d*x+c)^(7/2),x, algorithm="giac")

[Out]

integrate((B*cos(d*x + c) + A)*(b*cos(d*x + c))^(5/2)/cos(d*x + c)^(7/2), x)

________________________________________________________________________________________

maple [A]  time = 0.19, size = 54, normalized size = 0.82 \[ -\frac {\left (b \cos \left (d x +c \right )\right )^{\frac {5}{2}} \left (2 A \arctanh \left (\frac {-1+\cos \left (d x +c \right )}{\sin \left (d x +c \right )}\right )-B \left (d x +c \right )\right )}{d \cos \left (d x +c \right )^{\frac {5}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*cos(d*x+c))^(5/2)*(A+B*cos(d*x+c))/cos(d*x+c)^(7/2),x)

[Out]

-1/d*(b*cos(d*x+c))^(5/2)*(2*A*arctanh((-1+cos(d*x+c))/sin(d*x+c))-B*(d*x+c))/cos(d*x+c)^(5/2)

________________________________________________________________________________________

maxima [A]  time = 0.59, size = 99, normalized size = 1.50 \[ \frac {4 \, B b^{\frac {5}{2}} \arctan \left (\frac {\sin \left (d x + c\right )}{\cos \left (d x + c\right ) + 1}\right ) + {\left (b^{2} \log \left (\cos \left (d x + c\right )^{2} + \sin \left (d x + c\right )^{2} + 2 \, \sin \left (d x + c\right ) + 1\right ) - b^{2} \log \left (\cos \left (d x + c\right )^{2} + \sin \left (d x + c\right )^{2} - 2 \, \sin \left (d x + c\right ) + 1\right )\right )} A \sqrt {b}}{2 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))^(5/2)*(A+B*cos(d*x+c))/cos(d*x+c)^(7/2),x, algorithm="maxima")

[Out]

1/2*(4*B*b^(5/2)*arctan(sin(d*x + c)/(cos(d*x + c) + 1)) + (b^2*log(cos(d*x + c)^2 + sin(d*x + c)^2 + 2*sin(d*
x + c) + 1) - b^2*log(cos(d*x + c)^2 + sin(d*x + c)^2 - 2*sin(d*x + c) + 1))*A*sqrt(b))/d

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {{\left (b\,\cos \left (c+d\,x\right )\right )}^{5/2}\,\left (A+B\,\cos \left (c+d\,x\right )\right )}{{\cos \left (c+d\,x\right )}^{7/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((b*cos(c + d*x))^(5/2)*(A + B*cos(c + d*x)))/cos(c + d*x)^(7/2),x)

[Out]

int(((b*cos(c + d*x))^(5/2)*(A + B*cos(c + d*x)))/cos(c + d*x)^(7/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))**(5/2)*(A+B*cos(d*x+c))/cos(d*x+c)**(7/2),x)

[Out]

Timed out

________________________________________________________________________________________